home *** CD-ROM | disk | FTP | other *** search
- /* This is just an example. You shouldn't do this. */
- #ketkpin-hello
- {
- color: red ! important;
- }
- #ketkpin-toolbar-button
- {
- list-style-image: url("chrome://ketkpin/skin/toolbar-button.png");
- -moz-image-region: rect(0px 24px 24px 0px);
- }
- #ketkpin-toolbar-button:hover
- {
- -moz-image-region: rect(24px 24px 48px 0px);
- }
- [iconsize="small"] #ketkpin-toolbar-button
- {
- -moz-image-region: rect( 0px 40px 16px 24px);
- }
- [iconsize="small"] #ketkpin-toolbar-button:hover
- {
- -moz-image-region: rect(24px 40px 40px 24px);
- }
-